libtest: make gpghome in tmpdir writeable
authorSimon McVittie <smcv@debian.org>
Sun, 12 Jun 2016 09:51:11 +0000 (10:51 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 13 Jun 2016 00:23:04 +0000 (00:23 +0000)
commit8011d8c62736f17e88487337e8637c3d208dbdcf
tree146538dccac09e7968dd98eac40a0c659b8e2333
parent70a11189559856ec5aabed5ee8c62d0792a19ca8
libtest: make gpghome in tmpdir writeable

Otherwise, during "make distcheck" it will be read-only (because it
is a copy of the read-only ${srcdir} with permissions preserved), and
deletion will fail during cleanup.

Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #337
Approved by: cgwalters
tests/libtest.sh